Bump versions
authorFelix Krull <f_krull@gmx.de>
Wed, 26 Aug 2020 19:59:52 +0000 (21:59 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:56 +0000 (12:53 -0400)
rust-bindings/rust/Cargo.toml
rust-bindings/rust/README.md
rust-bindings/rust/sys/Cargo.toml

index b96e0ce5f3f9d04d8a284281d21ee63a2c861efa..23eb974908f9137310a2249d0588d4638c4d6fa1 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "ostree"
-version = "0.8.0"
+version = "0.9.0"
 authors = ["Felix Krull"]
 
 license = "MIT"
@@ -40,7 +40,7 @@ glib-sys = "0.10.0"
 gobject-sys = "0.10.0"
 gio-sys = "0.10.0"
 once_cell = "1.4.0"
-ostree-sys = { version = "0.6.0", path = "sys" }
+ostree-sys = { version = "0.7.0", path = "sys" }
 radix64 = "0.6.2"
 hex = "0.4.2"
 thiserror = "1.0.20"
index eaae430b7cc8049fd177f50e9b57a8b4c9592da7..6fde4b7c444d53e5750554836b1e5d5cf4682edd 100644 (file)
@@ -36,7 +36,7 @@ To use the crate, add it to your `Cargo.toml`:
 
 ```toml
 [dependencies]
-ostree = "0.8"
+ostree = "0.9"
 ```
 
 To use features from later libostree versions, you need to specify the release
@@ -44,8 +44,8 @@ version as well:
 
 ```toml
 [dependencies.ostree]
-version = "0.8"
-features = ["v2020_1"]
+version = "0.9"
+features = ["v2020_4"]
 ```
 
 ## Developing
index e04e4fffdc8946a3bd6a71b4d77fd43add0d543c..542eca1a35205e596def3bf1fd93206cad74630c 100644 (file)
@@ -66,7 +66,7 @@ license = "MIT"
 links = "ostree-1"
 name = "ostree-sys"
 repository = "https://gitlab.com/fkrull/ostree-rs"
-version = "0.6.0"
+version = "0.7.0"
 [package.metadata.docs.rs]
 features = ["dox"]
 [package.metadata.system-deps.ostree_1]